home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / Expander / Sample Source / x_CApp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-30  |  1.2 KB  |  50 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  x_CApp.h
  3.  
  4.             Header File For CApp "Lower-Layer" Application Class
  5.     
  6.     Copyright Â© 1994 My Software Inc. All rights reserved.
  7.  
  8.     Generated by Visual Architectâ„¢ 9:40 PM Wed, Jun 8, 1994
  9.  
  10.     This file is rewritten each time you generate code. You should not
  11.     make changes to this file; changes should go in the CApp.h
  12.     file, instead.
  13.  
  14.     If you want to change how Visual Architect generates this file, you can
  15.     change the template for this file. It is "_App.h" in the Visual Architect
  16.     Templates folder.
  17.  
  18.  ******************************************************************************/
  19.  
  20. #pragma once
  21.  
  22. #include <CApplication.h>
  23.  
  24. class CFile;
  25. class CDialogDirector;
  26. class CDocument;
  27.  
  28. class x_CApp : public CApplication
  29. {
  30. public:
  31.  
  32.     TCL_DECLARE_CLASS
  33.  
  34.     void            Ix_CApp(short extraMasters, Size aRainyDayFund,
  35.                                 Size aCriticalBalance, Size aToolboxBalance);
  36.     virtual    void    SetUpFileParameters(void);
  37.     virtual    void    SetUpMenus(void);
  38.     virtual    void     ForceClassReferences(void);
  39.  
  40.     virtual    void     DoCommand(long theCommand);
  41.  
  42.     virtual    void     CreateDocument(void);
  43.     virtual    void     OpenDocument(SFReply *macSFReply);
  44.     
  45.  
  46.     virtual Boolean    FileAlreadyOpen(CFile *aFile);
  47. };
  48.  
  49.  
  50.